home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Fuentes / FNTVIEW.ZIP / INTRO.TXT < prev    next >
Text File  |  1997-09-14  |  238b  |  14 lines

  1. Sub Timer1_Timer ()
  2.     FontViewer.Show
  3.     Unload Intro
  4. End Sub
  5.  
  6. Sub Form_Load ()
  7.     ' Initialize form position
  8.     Left = (Screen.Width - Width) / 2
  9.     Top = (Screen.Height - Height) / 2
  10.     
  11.     FontViewer.Hide
  12. End Sub
  13.  
  14.